home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue59 / Arch / Extended Sample / UnitCommonTypes.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1999-10-09  |  109 b   |  11 lines

  1. unit UnitCommonTypes;
  2.  
  3. interface
  4.  
  5. type
  6.   TArrayOfInteger = array of integer;
  7.  
  8. implementation
  9.  
  10. end.
  11.